From b15adc111bdefeacf3ca4506bf5e1c2682a6bbff Mon Sep 17 00:00:00 2001 From: tsteven4 Date: Sun, 19 Nov 2017 15:19:35 -0700 Subject: [PATCH] update comment on QXmlStreamReader failures. --- gpx.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gpx.cc b/gpx.cc index 7a4cc63c5..5881a58ec 100644 --- a/gpx.cc +++ b/gpx.cc @@ -1382,6 +1382,8 @@ gpx_read() // sent to stdin has dos line endings. // This does NOT occur with Qt 5.9.2 on windows when the file being // sent to stdin has unix line endings. +// This does NOT occur with Qt 5.9.2 on windows with either line +// endings if the file is read directly, i.e. not sent through stdin. // An example of a problematic file is reference/basecamp.gpx, // which fails on windows with this invocation from a command prompt: // .\GPSBabel.exe -i gpx -f - < reference\basecamp.gpx -- 2.30.2